home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Add-Ons / MPW / MPW re2c 1.1 / y.tab.h < prev   
Encoding:
C/C++ Source or Header  |  1995-06-01  |  208 b   |  13 lines  |  [TEXT/KAHL]

  1. #define CLOSE 257
  2. #define ID 258
  3. #define CODE 259
  4. #define RANGE 260
  5. #define STRING 261
  6. typedef union {
  7.     Symbol    *symbol;
  8.     RegExp    *regexp;
  9.     Token    *token;
  10.     char    op;
  11. } YYSTYPE;
  12. extern YYSTYPE yylval;
  13.